﻿2026-06-15T08:22:17.9227699Z ##[group]Run actions/checkout@v5
2026-06-15T08:22:17.9228675Z with:
2026-06-15T08:22:17.9229185Z   repository: SaberMage/spt-core
2026-06-15T08:22:17.9234773Z   token: ***
2026-06-15T08:22:17.9235254Z   ssh-strict: true
2026-06-15T08:22:17.9235751Z   ssh-user: git
2026-06-15T08:22:17.9236243Z   persist-credentials: true
2026-06-15T08:22:17.9236804Z   clean: true
2026-06-15T08:22:17.9237316Z   sparse-checkout-cone-mode: true
2026-06-15T08:22:17.9237982Z   fetch-depth: 1
2026-06-15T08:22:17.9238482Z   fetch-tags: false
2026-06-15T08:22:17.9238983Z   show-progress: true
2026-06-15T08:22:17.9239498Z   lfs: false
2026-06-15T08:22:17.9239998Z   submodules: false
2026-06-15T08:22:17.9240545Z   set-safe-directory: true
2026-06-15T08:22:17.9241242Z ##[endgroup]
2026-06-15T08:22:18.1094983Z Syncing repository: SaberMage/spt-core
2026-06-15T08:22:18.1096725Z ##[group]Getting Git version info
2026-06-15T08:22:18.1097562Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T08:22:18.1369865Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T08:22:18.1571026Z git version 2.43.0.windows.1
2026-06-15T08:22:18.1598379Z ##[endgroup]
2026-06-15T08:22:18.1606124Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2d69c43b-a4f9-43d8-aad8-69c07d104301\.gitconfig'
2026-06-15T08:22:18.1619480Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2d69c43b-a4f9-43d8-aad8-69c07d104301' before making global git config changes
2026-06-15T08:22:18.1620937Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:22:18.1625903Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T08:22:18.1860636Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T08:22:18.2048319Z https://github.com/SaberMage/spt-core
2026-06-15T08:22:18.2076735Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T08:22:18.2080790Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T08:22:18.2272681Z refs/heads/main
2026-06-15T08:22:18.2299424Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-15T08:22:18.2607297Z HEAD is now at 48883b3 test(attach): fix resize test hang under parallel nextest + add kill-timeout
2026-06-15T08:22:18.3122861Z ##[endgroup]
2026-06-15T08:22:18.3125348Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T08:22:18.6735221Z ##[group]Cleaning the repository
2026-06-15T08:22:18.6739288Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T08:22:19.8579790Z Removing target/
2026-06-15T08:22:19.8619031Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T08:22:19.9056281Z HEAD is now at 48883b3 test(attach): fix resize test hang under parallel nextest + add kill-timeout
2026-06-15T08:22:19.9086869Z ##[endgroup]
2026-06-15T08:22:19.9087278Z ##[group]Disabling automatic garbage collection
2026-06-15T08:22:19.9091779Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T08:22:19.9318539Z ##[endgroup]
2026-06-15T08:22:19.9318959Z ##[group]Setting up auth
2026-06-15T08:22:19.9324726Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:22:19.9534700Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T08:22:20.3320942Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:22:20.3574695Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T08:22:20.7243358Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:22:20.7461742Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T08:22:21.0938273Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T08:22:21.1193795Z ##[endgroup]
2026-06-15T08:22:21.1194249Z ##[group]Fetching the repository
2026-06-15T08:22:21.1200683Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +48883b3dc43e0d620b3fbea0914affb67c2eca4b:refs/remotes/origin/main
2026-06-15T08:22:21.7737447Z ##[endgroup]
2026-06-15T08:22:21.7737966Z ##[group]Determining the checkout info
2026-06-15T08:22:21.7738701Z ##[endgroup]
2026-06-15T08:22:21.7743551Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T08:22:21.8002918Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T08:22:21.8219240Z ##[group]Checking out the ref
2026-06-15T08:22:21.8223404Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T08:22:21.8608502Z branch 'main' set up to track 'origin/main'.
2026-06-15T08:22:21.8609038Z Your branch is up to date with 'origin/main'.
2026-06-15T08:22:21.8609356Z Switched to and reset branch 'main'
2026-06-15T08:22:21.8638130Z ##[endgroup]
2026-06-15T08:22:21.8898844Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T08:22:21.9109968Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
